home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / HOWARTH / ROBOT.ZIP / MakeBOT next >
Text File  |  1996-06-14  |  2KB  |  70 lines

  1. # Project:   RiscOSBOT (ROBOT)
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -throwback -c -depend !Depend -INetLib:,C: -pcc 
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -aif -o $@ 
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.ROBOT:   @.o.bot @.o.bot-ons @.o.listmgr @.o.misc c:o.stubs netlib:o.netlib \
  16.         @.o.sock_errno @.o.riscossupp 
  17.         link $(linkflags) @.o.bot @.o.bot-ons @.o.listmgr @.o.misc c:o.stubs \
  18.         netlib:o.netlib @.o.sock_errno @.o.riscossupp 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.bot:   @.c.bot
  25.         cc $(ccflags) -o @.o.bot @.c.bot 
  26. @.o.bot-ons:   @.c.bot-ons
  27.         cc $(ccflags) -o @.o.bot-ons @.c.bot-ons 
  28. @.o.listmgr:   @.c.listmgr
  29.         cc $(ccflags) -o @.o.listmgr @.c.listmgr
  30. @.o.misc:   @.c.misc
  31.         cc $(ccflags) -o @.o.misc @.c.misc 
  32. @.o.sock_errno:   @.c.sock_errno
  33.         cc $(ccflags) -o @.o.sock_errno @.c.sock_errno 
  34. @.o.riscossupp:   @.c.riscossupp
  35.         cc $(ccflags) -o @.o.riscossupp @.c.riscossupp 
  36.  
  37.  
  38. # Dynamic dependencies:
  39. o.riscossupp:    c.riscossupp
  40. o.riscossupp:    NetLib:sys.h.socket
  41. o.riscossupp:    Internet:sys.h.types
  42. o.riscossupp:    NetLib:sys.h.byteorder
  43. o.riscossupp:    NetLib:netinet.h.in
  44. o.riscossupp:    NetLib:sys.h.types
  45. o.sock_errno:    c.sock_errno
  46. o.sock_errno:    NetLib:sys.h.errno
  47. o.misc:    c.misc
  48. o.misc:    NetLib:sys.h.types
  49. o.misc:    NetLib:sys.h.socket
  50. o.misc:    Internet:sys.h.types
  51. o.misc:    NetLib:netinet.h.in
  52. o.misc:    NetLib:sys.h.types
  53. o.misc:    NetLib:h.netdb
  54. o.misc:    NetLib:sys.h.types
  55. o.misc:    NetLib:sys.h.errno
  56. o.misc:    NetLib:sys.h.byteorder
  57. o.misc:    h.riscossupp
  58. o.misc:    h.bot-h
  59. o.bot:    c.bot
  60. o.bot:    NetLib:sys.h.errno
  61. o.bot:    NetLib:h.netdb
  62. o.bot:    NetLib:sys.h.types
  63. o.bot:    h.bot-h
  64. o.bot-ons:    c.bot-ons
  65. o.bot-ons:    h.bot-h
  66. o.bot-ons:    h.ListMgr-h
  67. o.listmgr:    c.listmgr
  68. o.listmgr:    h.listmgr-h
  69. o.listmgr:    h.bot-h
  70.